From: Gert Wollny Date: Thu, 22 Jun 2017 07:59:17 +0000 (+0000) Subject: Update dependency on libssl-dev X-Git-Tag: archive/raspbian/3.6.9-4+rpi1^2~228 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=782a45347d82a44422fb72a9964260dd1cd5ff59;p=dcmtk.git Update dependency on libssl-dev --- diff --git a/debian/changelog b/debian/changelog index a8aa1fe2..cd9caadd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ dcmtk (3.6.1~20170228-2) unstable; urgency=medium * d/p/09: Improve numerical stability by rounding the time to the six decimal digits supported by dicom. Closes: #859204 #865452 + * d/control: Correct dependency on libssl-dev for libdcmtk-dev -- Gert Wollny Thu, 22 Jun 2017 07:55:04 +0000 diff --git a/debian/control b/debian/control index 256ef943..bb4ac7af 100644 --- a/debian/control +++ b/debian/control @@ -60,7 +60,7 @@ Package: libdcmtk-dev Architecture: any Section: libdevel Depends: libxml2-dev, - libssl1.0-dev, + libssl-dev, libpng-dev, libwrap0-dev, libcharls-dev,